home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / oldwish / RCS / wait.cursor,v < prev    next >
Text File  |  1989-01-11  |  642b  |  48 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     89.01.11.11.59.15;  author mlgray;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     88.11.03.19.46.21;  author mlgray;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @Hour glass cursor.
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @Temporary checkin
  28. @
  29. text
  30. @#define waitCursor_width 16
  31. #define waitCursor_height 16
  32. #define waitCursor_x_hot 7
  33. #define waitCursor_y_hot 8
  34. static short waitCursor_bits[] = {
  35.    0xffff, 0x4002, 0x23c4, 0x17e8,
  36.    0x0990, 0x05a0, 0x05a0, 0x05a0,
  37.    0x05a0, 0x05a0, 0x05a0, 0x0990,
  38.    0x13c8, 0x27e4, 0x7ffe, 0xffff};
  39. @
  40.  
  41.  
  42. 1.1
  43. log
  44. @Initial revision
  45. @
  46. text
  47. @@
  48.